Returns a position of the specified item within the collection, or -1 if not found.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Function IndexOf ( _ item As T _ ) As Integer |
| C# |
|---|
public int IndexOf( T item ) |
Parameters
- item
- Type: T
Item to find.